compress/gzip.Writer.digest (field)
4 uses
compress/gzip (current package)
gzip.go#L34: digest uint32 // CRC-32, IEEE polynomial (section 8)
gzip.go#L195: z.digest = crc32.Update(z.digest, crc32.IEEETable, p)
gzip.go#L246: le.PutUint32(z.buf[:4], z.digest)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)